FindResultReplace Method

Overload List

Replace(AttributedText) Replaces the matched text with the specified span. The text before and after the match keeps its formatting.
Replace(Heading) Replaces the heading containing the match with the specified heading.
Replace(IListAttributedText) Replaces the matched text with the specified spans.
Replace(IListIParagraphContent) Replaces the matched text with the specified paragraph content, for example an image, a tab, a line break, a field or a hyperlink.
Replace(Paragraph) Replaces the paragraph containing the match with the specified paragraph. The properties of the replaced paragraph are preserved if the new paragraph has no own properties and PreserveFormatting is true.
Replace(String) Replaces the matched text with the specified text. The paragraph, its style and all other content of the paragraph, for example spans, images or notes, remain unchanged.

See Also